efi_loader: implement task priority level (TPL)
authorHeinrich Schuchardt <[email protected]>
Fri, 15 Sep 2017 08:06:16 +0000 (10:06 +0200)
committerAlexander Graf <[email protected]>
Mon, 18 Sep 2017 21:53:57 +0000 (23:53 +0200)
commit32f4b2f8c455b70cea65f5ba63346a6efc9d4e1e
tree4aedd0d156467067fb9a6a68d4ca7e4673cc65fa
parentbd126692da45ace7c5bfecc782443d042545ea77
efi_loader: implement task priority level (TPL)

Define variable holding tpl.
Implement RaiseTPL and RestoreTPL.
Implement TPL check in efi_signal_event.
Implement TPL check in efi_wait_for_event.

Signed-off-by: Heinrich Schuchardt <[email protected]>
Signed-off-by: Alexander Graf <[email protected]>
lib/efi_loader/efi_boottime.c